翻訳と辞書
Words near each other
・ Neville Veale
・ Neville Wadia
・ Neville Waller
・ Neville Way
・ Neville Welch
・ Neville Wells
・ Neville Weston
・ Neville Whitehead
・ Neville Whitehead (bassist)
・ Neville Wigram, 2nd Baron Wigram
・ Neville William Cayley
・ Neville Williams
・ Neville Withers
・ Neville Wran
・ Neville Wright
Neville's algorithm
・ Neville's Cross
・ Neville, New South Wales
・ Neville, Ohio
・ Neville, Saskatchewan
・ Nevillea
・ Nevillia
・ Nevillia lucida
・ Nevillia picta
・ Nevills
・ Nevills, California
・ Nevin
・ Nevin (surname)
・ Nevin Ashley
・ Nevin Birsa


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Neville's algorithm : ウィキペディア英語版
Neville's algorithm
In mathematics, Neville's algorithm is an algorithm used for polynomial interpolation that was derived by the mathematician Eric Harold Neville. Given ''n'' + 1 points, there is a unique polynomial of degree ''≤ n'' which goes through the given points. Neville's algorithm evaluates this polynomial.
Neville's algorithm is based on the Newton form of the interpolating polynomial and the recursion relation for the divided differences. It is similar to Aitken's algorithm (named after Alexander Aitken), which is nowadays not used.
==The algorithm==

Given a set of ''n''+1 data points (''x''''i'', ''y''''i'') where no two ''x''''i'' are the same, the interpolating polynomial is the polynomial ''p'' of degree at most ''n'' with the property

:''p''(''x''''i'') = ''y''''i'' for all ''i'' = 0,…,''n''
This polynomial exists and it is unique. Neville's algorithm evaluates the polynomial at some point ''x''.
Let ''p''''i'',''j'' denote the polynomial of degree ''j'' − ''i'' which goes through the points (''x''''k'', ''y''''k'') for ''k'' = ''i'', ''i'' + 1, …, ''j''. The
''p''''i'',''j'' satisfy the recurrence relation
:(x) = \frac(x)}, \, || 0\le i < j \le n. \,
|}
This recurrence can calculate

''p''0,''n''(''x''),
which is the value being sought. This is Neville's algorithm.
For instance, for ''n'' = 4, one can use the recurrence to fill the triangular tableau below from the left to the right.
:(x) \,
|-
| p_(x) = y_1 \, || || p_(x) \,
|-
| || p_(x) \, || || p_(x) \,
|-
| p_(x) = y_2 \, || || p_(x) \, || || style="border: 1px solid;" | p_(x) \,
|-
| || p_(x) \, || || p_(x) \,
|-
| p_(x) = y_3 \, || || p_(x) \,
|-
| || p_(x) \,
|-
| p_(x) = y_4 \,
|}
This process yields

''p''0,4(''x''),
the value of the polynomial going through the ''n'' + 1 data points (''x''''i'', ''y''''i'') at the point ''x''.
This algorithm needs O(''n''2) floating point operations.
The derivative of the polynomial can be obtained in the same manner, i.e:

:(x) = \frac(x) + (x-x_i)p'_(x) + p_(x)}, \, || 0\le i < j \le n. \,
|}

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Neville's algorithm」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.